Unverified Commit b5a8c8e1 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.bsnes: 0-unstable-2025-07-18 -> 0-unstable-2025-09-19 (#446135)

parents 68b8b6c9 45fde8f4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "bsnes";
  version = "0-unstable-2025-07-18";
  version = "0-unstable-2025-09-19";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "bsnes-libretro";
    rev = "28c358173a39d6311841c756ac0e82975d798048";
    hash = "sha256-hRWc8jcpEHl15rESCLdoKXuQn8Jr5YJdOiJ7gOww6oM=";
    rev = "aeb76d7dc33c1f136db43d65ba9622c14e81b0fa";
    hash = "sha256-DpCG+DyeSCMdAF+TGB6zSRp/fttoyw9eCXy8PLvRjaY=";
  };

  makefile = "Makefile";