From 48852fc3405a396738c3d9040f49c991eabe33b6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 30 Jul 2025 09:20:52 +0000 Subject: [PATCH] libretro.mgba: 0-unstable-2025-05-18 -> 0-unstable-2025-07-24 --- pkgs/applications/emulators/libretro/cores/mgba.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mgba.nix b/pkgs/applications/emulators/libretro/cores/mgba.nix index 8cf1ea735ac6..7717c5dcdb6c 100644 --- a/pkgs/applications/emulators/libretro/cores/mgba.nix +++ b/pkgs/applications/emulators/libretro/cores/mgba.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mgba"; - version = "0-unstable-2025-05-18"; + version = "0-unstable-2025-07-24"; src = fetchFromGitHub { owner = "libretro"; repo = "mgba"; - rev = "c9bbf28b091c4c104485092279c7a6b114b2e8ff"; - hash = "sha256-yCRM2qkacGbFVr6x0ZHBCZ8xAMruFENBdcnNKzK0sY4="; + rev = "affc86e4c07b6e1e8363e0bc1c5ffb813a2e32c9"; + hash = "sha256-4nKghnpMI1LuKOKc0vSknTuq+bA0wpBux/a5mGCyev8="; }; meta = {