From 0917ae660bf2a3b864f03de3aab9d710d6599a6c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Mar 2026 06:13:33 +0000 Subject: [PATCH] libretro.mame2015: 0-unstable-2023-10-31 -> 0-unstable-2026-03-31 --- 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 feb2523f512c..b181972e4111 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-2023-10-31"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2015-libretro"; - rev = "316cd06349f2b34b4719f04f7c0d07569a74c764"; - hash = "sha256-CBN04Jf26SIk8mKWlui5spQGokBvgFUCvFiC8NoBGw0="; + rev = "48fdf6532f31e3bb8b58b9ae10198b047cd8de42"; + hash = "sha256-z/SjAx615RZUOytoDPFFXl89E5063cbc0OFIV2/HZBo="; }; patches = [ ./patches/mame2015-python311.patch ];