diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index 473e29479617296c99ae9994cce7e3a1f30d7bae..05cc942de5b4f5a8c01f9ae7858de39ed342c8c0 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -343,6 +343,7 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) {
              PAIR(TimeZone, Iran, "Iran"),
              PAIR(TimeZone, Israel, "Israel"),
              PAIR(TimeZone, Jamaica, "Jamaica"),
+             PAIR(TimeZone, Japan, "Japan"),
              PAIR(TimeZone, Kwajalein, "Kwajalein"),
              PAIR(TimeZone, Libya, "Libya"),
              PAIR(TimeZone, Met, "MET"),
@@ -360,6 +361,8 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) {
              PAIR(TimeZone, Singapore, "Singapore"),
              PAIR(TimeZone, Turkey, "Turkey"),
              PAIR(TimeZone, Uct, "UCT"),
+             PAIR(TimeZone, Universal, "Universal"),
+             PAIR(TimeZone, Utc, "UTC"),
              PAIR(TimeZone, WSu, "W-SU"),
              PAIR(TimeZone, Wet, "WET"),
              PAIR(TimeZone, Zulu, "Zulu"),