From 98f2ff7779c941e87a9a1f808e4a35d5d94d6b8e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 25 Jan 2025 18:14:04 +1000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-01-13 -> 0-unstable-2025-01-24 (#376579) --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index 2139a23b668d..d401bf34b326 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2025-01-13"; + version = "0-unstable-2025-01-24"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "0fcccae96eb722d58be329977eb49173c5c97981"; - hash = "sha256-Dt9MVWSe9ykNUasEgANsKYuXdqD3cGuM5jQCyD1iSY0="; + rev = "cea00d3aa54e61c929e8e205454793f45472c46d"; + hash = "sha256-v/L9qEhsymWfpep3YKwLiS2OBC3OBCIVpXOZatLGpN4="; }; makefile = "Makefile";