From bbdc1ed158476844af262c01803809251782c44a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Jun 2025 17:21:31 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-05-23 -> 0-unstable-2025-06-13 --- 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 71bfa87ec7e6..08cef36027aa 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-05-23"; + version = "0-unstable-2025-06-13"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "0bd77c19fbbdb83e98988fc5b7944dbeee9eee3e"; - hash = "sha256-L99pyfhuMf40MXMAFz/aGmp+i7LjosubQXQZd4XzkHY="; + rev = "011be1b24fcafd4e5c2262538bd37dfe42a2cd05"; + hash = "sha256-fcIDh5ydfbwwdlP0KcGNekjUt+uiDe/spzPLOwvLeUI="; fetchSubmodules = true; };