From a006263d626cf36bb87b42446b5bceee8ebc76f4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Apr 2026 23:15:24 +0000 Subject: [PATCH] libretro.mame2015: 0-unstable-2026-03-31 -> 0-unstable-2026-04-22 --- pkgs/applications/emulators/libretro/cores/mame2015.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2015.nix b/pkgs/applications/emulators/libretro/cores/mame2015.nix index b181972e4111..6165afd0b93d 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2015.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2015.nix @@ -7,13 +7,13 @@ }: mkLibretroCore { core = "mame2015"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-04-22"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2015-libretro"; - rev = "48fdf6532f31e3bb8b58b9ae10198b047cd8de42"; - hash = "sha256-z/SjAx615RZUOytoDPFFXl89E5063cbc0OFIV2/HZBo="; + rev = "b0cd015f4de7a3979374ab70613db65415e99477"; + hash = "sha256-EyXnHzSbLD2yAGISX8obpAUM4toVobBxM/b/Fx1F9xY="; }; patches = [ ./patches/mame2015-python311.patch ];