diff --git a/packages/syncthing/build.sh b/packages/syncthing/build.sh
index 02557204b..d3499e9dc 100644
--- a/packages/syncthing/build.sh
+++ b/packages/syncthing/build.sh
@@ -4,9 +4,9 @@ TERMUX_PKG_LICENSE="MPL-2.0"
 TERMUX_PKG_MAINTAINER="@termux"
 # NOTE: as of 1.12.0 compilation fails when package zstd is
 # present in TERMUX_PREFIX.
-TERMUX_PKG_VERSION=1.18.4
+TERMUX_PKG_VERSION=1.18.5
 TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/releases/download/v${TERMUX_PKG_VERSION}/syncthing-source-v${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=163185cf120a7c66fa114937d8712866a891cf09c50eb2995fd49788850c7c02
+TERMUX_PKG_SHA256=c64db4d5fe6ae6525d2333fdd5cb41243e56430ced377c59ca69731a1183df1f
 TERMUX_PKG_AUTO_UPDATE=true
 
 termux_step_make(){