diff --git a/bindings/matlab/README.md b/bindings/matlab/README.md
index 269024eb..c0f120e5 100644
--- a/bindings/matlab/README.md
+++ b/bindings/matlab/README.md
@@ -12,5 +12,5 @@ Always install the latest release for your MATLAB version from the [releases pag
| Operating System | MATLAB Release | Installer Package |
|:-------:|:-------:|:-------------------:|
-| Windows 10 | R2023a |[Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1)|
-| Linux | R2023a | [Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1) |
+| Windows 10 | R2024b |[Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1)|
+| Linux | R2024b | [Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1) |
diff --git a/bindings/matlab/deps.bat b/bindings/matlab/deps.bat
index f9770afd..ddf49dab 100644
--- a/bindings/matlab/deps.bat
+++ b/bindings/matlab/deps.bat
@@ -25,7 +25,7 @@ set root=%cd%
:: libiio
mkdir deps
-curl.exe --output libiio-win.zip --url https://github.com/analogdevicesinc/libiio/releases/download/v0.25/libiio-0.25-gb6028fd-windows.zip -L
+curl.exe --output libiio-win.zip --url https://github.com/analogdevicesinc/libiio/releases/download/v0.26/Windows.zip -L
powershell -Command "Expand-Archive -Path libiio-win.zip -DestinationPath libiio"
powershell -Command "Get-ChildItem -Path libiio/Windows-VS-2022-x64 -Recurse -Filter *.dll | Copy-Item -Destination deps "
powershell -Command "Get-ChildItem -Path libiio/Windows-VS-2022-x64 -Recurse -Filter libiio.exp | Copy-Item -Destination deps "
@@ -34,7 +34,7 @@ mkdir deps\include
powershell -Command "Get-ChildItem -Path libiio/include -Recurse -Filter iio.h | Copy-Item -Destination deps/include "
::libm2k
-git clone -b v0.8.0 https://github.com/analogdevicesinc/libm2k.git
+git clone -b v0.9.0 https://github.com/analogdevicesinc/libm2k.git
cd libm2k
mkdir build
cd build
diff --git a/bindings/matlab/libm2kData.xml b/bindings/matlab/libm2kData.xml
index 4d295e4e..246e592b 100644
--- a/bindings/matlab/libm2kData.xml
+++ b/bindings/matlab/libm2kData.xml
@@ -50,7 +50,7 @@
/tmp/libm2k-matlab
glnxa64
- R2019a
+ R2024b
libm2k