From 4c106960c575b2ac41cbd4e2cda5e6e647221d17 Mon Sep 17 00:00:00 2001 From: FlexBy420 <68403300+FlexBy420@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:50:04 +0100 Subject: [PATCH] Update current firmware to 4.93 --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 1b77f8f2b1..0c3a9b162c 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1525,7 +1525,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString& return; } - static constexpr std::string_view cur_version = "4.92"; + static constexpr std::string_view cur_version = "4.93"; std::string version_string;