diff --git a/README.md b/README.md
index 3fa3c383ec5dcb57a1e7c45365a835b1df46ba90..74668565e28eae5fa2d72e46125946424385633b 100644
--- a/README.md
+++ b/README.md
@@ -296,8 +296,8 @@ cp slicot.a /home/$USER/dynare/slicot/lib/libslicot_pic.a #for octave
 # compile x13as from source and put it into /usr/bin/
 mkdir -p /home/$USER/dynare/x13as
 cd /home/$USER/dynare/x13as
-wget https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b59.tar.gz
-tar xf x13as_asciisrc-v1-1-b59.tar.gz
+wget https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b60.tar.gz
+tar xf x13as_asciisrc-v1-1-b60.tar.gz
 sed -i "s|-static| |" makefile.gf # this removes '-static' in the makefile.gf
 make -f makefile.gf FFLAGS="-O2 -std=legacy" PROGRAM=x13as
 sudo cp x13as /usr/bin/
@@ -503,8 +503,8 @@ cd $HOME/dynare
 ```sh
 mkdir -p $DYNAREDIR/x13as
 cd $DYNAREDIR/x13as
-curl -O https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b59.tar.gz
-tar xf x13as_asciisrc-v1-1-b59.tar.gz
+curl -O https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b60.tar.gz
+tar xf x13as_asciisrc-v1-1-b60.tar.gz
 sed -i '' 's/-static//g' makefile.gf
 make -j$(sysctl -n hw.ncpu) -f makefile.gf FC=$BREWDIR/bin/gfortran LINKER=$BREWDIR/bin/gcc-13 FFLAGS="-O2 -std=legacy" LDFLAGS=-static-libgcc LIBS="$BREWDIR/lib/gcc/current/libgfortran.a /$BREWDIR/lib/gcc/current/libquadmath.a" PROGRAM=x13as
 mkdir -p $HOME/.local/bin
@@ -561,4 +561,4 @@ Last tested on:
 ## Docker
 We offer a variety of pre-configured Docker containers for Dynare, pre-configured with Octave and MATLAB including all recommended toolboxes.
 These are readily available for your convenience on [Docker Hub](https://hub.docker.com/r/dynare/dynare).
-The docker folder contains [information and instructions](docker/README.md) to interact, built and customize the containers.
\ No newline at end of file
+The docker folder contains [information and instructions](docker/README.md) to interact, built and customize the containers.
diff --git a/macOS/deps/versions.mk b/macOS/deps/versions.mk
index b13cc880e9b4453b24d73310b838e7ce082e2c70..5d0b1ab0cf6af355316de7a339ce8f16afd088c7 100644
--- a/macOS/deps/versions.mk
+++ b/macOS/deps/versions.mk
@@ -1,2 +1,2 @@
 SLICOT_VERSION = 5.0+20101122
-X13AS_VERSION = 1-1-b59
+X13AS_VERSION = 1-1-b60
diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk
index 354bc47bbf9f16fe0a7c1a0a2cff846849da497d..526873f62cd9ed6af9d059975b39504e34a38991 100644
--- a/windows/deps/versions.mk
+++ b/windows/deps/versions.mk
@@ -1,5 +1,5 @@
 SLICOT_VERSION = 5.0+20101122
-X13AS_VERSION = 1-1-b59
+X13AS_VERSION = 1-1-b60
 
 OCTAVE_VERSION = 8.3.0
 OCTAVE_W64_BUILD =