From ed11c9900623c6522eee384f09a57177137b4dd4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Mar 2025 11:02:42 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-03-15 -> 0-unstable-2025-03-27 --- .../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 c131678f86a1..876cc55cc95b 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-03-15"; + version = "0-unstable-2025-03-27"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "ea05ce215a0903862bd7c1f31e1876e569381e4d"; - hash = "sha256-6NtZk6yxU4G93sLsU8LvSckemUQXuDROiUnFD3wgz0M="; + rev = "4df08f409666e46a0a2d94c3cebcfbba72975ca9"; + hash = "sha256-Dp4f3j9Zm3BLMftEJSDSYrqPy1zJ8miStiUTI9mFdLw="; }; makefile = "Makefile";