diff --git a/windows/README.txt b/windows/README.txt
index 5b9ee20ff93ed7ae1d850b6e8a78e74ede9bf311..4de1fd1b36bed4e378b709f2f24da1e3513d1370 100644
--- a/windows/README.txt
+++ b/windows/README.txt
@@ -52,10 +52,10 @@ Using Dynare with Octave
 Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
 <https://www.octave.org>).
 
-This version of Dynare is compiled for Octave 9.1.0 (MinGW, 64-bit),
+This version of Dynare is compiled for Octave 9.2.0 (MinGW, 64-bit),
 and may not work with other versions of Octave. The recommended version of
 Octave can be downloaded at:
-  https://ftpmirror.gnu.org/gnu/octave/windows/octave-9.1.0-w64-installer.exe
+  https://ftpmirror.gnu.org/gnu/octave/windows/octave-9.2.0-w64-installer.exe
 
 Every time you run Octave, you should type the following command (assuming that
 you have installed Dynare at the standard location, and replacing ‘x.y’ by
diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk
index f3d19d8a342a3c0e26ae38c3e36883ed3856c739..c8e3ecce2f121723df271296dc2028e454c3e5c1 100644
--- a/windows/deps/versions.mk
+++ b/windows/deps/versions.mk
@@ -1,7 +1,7 @@
 SLICOT_VERSION = 5.9
 X13AS_VERSION = 1-1-b60
 
-OCTAVE_VERSION = 9.1.0
+OCTAVE_VERSION = 9.2.0
 OCTAVE_W64_BUILD =
 
 MATLAB64_VERSION = 20231122
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index 6260e30ca7272ff258febf5de701569a6d4e2900..29c40f803df5d8d824183b6215614e1029e78f98 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -100,7 +100,7 @@ Section "MinGW compiler for MATLAB 64-bit"
  File /r deps\mingw64\*
 SectionEnd
 
-Section "MEX files for Octave 9.1.0 (64-bit)"
+Section "MEX files for Octave 9.2.0 (64-bit)"
  SetOutPath $INSTDIR\mex\octave\win64
  File ..\build-win-octave\*.mex
 SectionEnd