From 3310211bb53e58f6ecafd632b5512ba5537f73a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Dec 2024 16:51:37 +0000 Subject: [PATCH] libretro.twenty-fortyeight: 0-unstable-2024-06-28 -> 0-unstable-2024-12-27 --- .../emulators/libretro/cores/twenty-fortyeight.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/twenty-fortyeight.nix b/pkgs/applications/emulators/libretro/cores/twenty-fortyeight.nix index 5c9c39ac3a08..e4d48438ed93 100644 --- a/pkgs/applications/emulators/libretro/cores/twenty-fortyeight.nix +++ b/pkgs/applications/emulators/libretro/cores/twenty-fortyeight.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "2048"; - version = "0-unstable-2024-06-28"; + version = "0-unstable-2024-12-27"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-2048"; - rev = "5474ed1ab880b3296c9860d0943d7de1970c79dd"; - hash = "sha256-i6bbxsLpSicDDGYKAxTMCMioHHfvBzVokun3PNYgDsc="; + rev = "86e02d3c2dd76858db7370f5df1ccfc33b3abee1"; + hash = "sha256-k3te3XZCw86NkqXpjZaYWi4twUvh9UBkiPyqposLTEs="; }; meta = {