From cfe10ddd47eaf0203434f17fa39f01e81c0ff5e4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 11:58:45 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-02-11 -> 0-unstable-2025-03-15 --- .../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 57104f702a9b..c131678f86a1 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-02-11"; + version = "0-unstable-2025-03-15"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "ec335d3a6170d37207741e2719310a553691ab90"; - hash = "sha256-gPUftpMP4494MIf6yc9nbH8zdkhrfBcRnClAvF80XTU="; + rev = "ea05ce215a0903862bd7c1f31e1876e569381e4d"; + hash = "sha256-6NtZk6yxU4G93sLsU8LvSckemUQXuDROiUnFD3wgz0M="; }; makefile = "Makefile";