From 710d275efcafa85d15965e72c36ea5ab674f35fc Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 14 Jan 2025 21:13:25 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-01-09 -> 0-unstable-2025-01-11 --- 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 79993a8ddd3f..cb44ae96c122 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-2025-01-09"; + version = "0-unstable-2025-01-11"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "2958fa6c5ada62a3150513e4d8b6c4343c1cfbb8"; - hash = "sha256-beo3tOUW62tiZISdAAGdeSVrS8w1l8x+JIi0nDDl5wA="; + rev = "b35ef5663b809a449a4c89f6e9808fd0a63e7e49"; + hash = "sha256-P3R8gV4LxorfW0qo8HVOZunK58+/SO5pvlmij/HlnKw="; fetchSubmodules = true; };