From b06760aafb06f179c241fbdaccc39b9fb4cff5fe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 9 Jul 2025 00:03:56 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-05-16 -> 0-unstable-2025-06-28 --- .../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 e83c9b162354..bd72f0532a6d 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-05-16"; + version = "0-unstable-2025-06-28"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "c478eae7484b76aaacc76659dd4d7b8e1163bc87"; - hash = "sha256-l7GwSj7/A/1ZAAqWz1GtMDCl6F45GJqucDBD89yqcsU="; + rev = "04fb75e4f1291a490574168f3a04f9455e4a008d"; + hash = "sha256-dMfLK47DojJwSvd7KMW0D0azgQalRW8mBJqYJHTA6ew="; }; makefile = "Makefile";