From ee12ae77588da3f95a4dc2408349c2b52011be57 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 24 Nov 2025 02:27:27 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-11-15 -> 0-unstable-2025-11-22 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 57e32ee51b3c..761fec17bad3 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2025-11-15"; + version = "0-unstable-2025-11-22"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "4747e6190899949bafd3391b3ba33b8e4c37219c"; - hash = "sha256-su1nWwLEUcJtf85U9ABXMHltWOBVqlrYsMLHqNebWUs="; + rev = "1666eb0875613ee16b04e08be8ed89c27dbd5c25"; + hash = "sha256-uQvr4C8iO+3FXh6ki+Rgv7Y/+p1WHwXuqy9Xyq4gSeo="; fetchSubmodules = true; };