diff --git a/Cargo.lock b/Cargo.lock
index 761cfbde5cb..fd6424406f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3541,7 +3541,7 @@ checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078"
 [[package]]
 name = "temporal_rs"
 version = "0.0.4"
-source = "git+https://github.com/boa-dev/temporal.git?rev=e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692#e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692"
+source = "git+https://github.com/boa-dev/temporal.git?rev=a92149d907252749098eb2305f1cae2e4fdf19fe#a92149d907252749098eb2305f1cae2e4fdf19fe"
 dependencies = [
  "bitflags 2.6.0",
  "combine",
diff --git a/Cargo.toml b/Cargo.toml
index 5e3df54f952..f2f529ebb77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,7 +112,7 @@ intrusive-collections = "0.9.7"
 cfg-if = "1.0.0"
 either = "1.13.0"
 sys-locale = "0.3.2"
-temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692", features = ["tzdb"] }
+temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "a92149d907252749098eb2305f1cae2e4fdf19fe", features = ["tzdb"] }
 web-time = "1.1.0"
 criterion = "0.5.1"
 float-cmp = "0.10.0"