From 669cbfb92aeff8d2866dea6030ea0fcc2c571ce4 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:09:52 +0000 Subject: [PATCH] libretro.play: 0-unstable-2024-10-19 -> 0-unstable-2025-01-09 --- pkgs/applications/emulators/libretro/cores/play.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index f87380b7e62d..79993a8ddd3f 100644 --- a/pkgs/applications/emulators/libretro/cores/play.nix +++ b/pkgs/applications/emulators/libretro/cores/play.nix @@ -14,13 +14,13 @@ }: mkLibretroCore { core = "play"; - version = "0-unstable-2024-10-19"; + version = "0-unstable-2025-01-09"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "c3cba5418b4e5618befd9c2790498cf3cf88372a"; - hash = "sha256-xO2Pgl1E0JFEsthTmG+Ka+NqOTWG/JeeAIa6wBWXJyc="; + rev = "2958fa6c5ada62a3150513e4d8b6c4343c1cfbb8"; + hash = "sha256-beo3tOUW62tiZISdAAGdeSVrS8w1l8x+JIi0nDDl5wA="; fetchSubmodules = true; };