From ab979f479674883b70e37dc7bc8bb19daefe76d7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 25 May 2025 11:04:36 +0000 Subject: [PATCH] libretro.mgba: 0-unstable-2025-02-17 -> 0-unstable-2025-05-18 --- 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 0073417c651c..8cf1ea735ac6 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-02-17"; + version = "0-unstable-2025-05-18"; src = fetchFromGitHub { owner = "libretro"; repo = "mgba"; - rev = "88b22735dbdbc4d6236ed872ef21ea1b4d2fc492"; - hash = "sha256-ouwtL8vfc1LFMjfIZQ4F/ZOBW4y3VU9zovkXug0fgZY="; + rev = "c9bbf28b091c4c104485092279c7a6b114b2e8ff"; + hash = "sha256-yCRM2qkacGbFVr6x0ZHBCZ8xAMruFENBdcnNKzK0sY4="; }; meta = {