Oh yeah I hated those things.
The problem with captcha systems is not that they are more difficult to solve every day (even for a "normal human"), but that they have to be because that's a requirement of their intended test. Distinguishing a human from a program is not very easy in the Internet when you are limited to visual medium. Which is how most captchas are being done.
As for what Misayu said, that's why people who either are somehow disabled or temporarily impaired "must" have it more difficult when it comes to captchas: were the tests computable enough for them, they would also be plain enough for machines to solve in a blink. Like, removing color/noise from the letter images reduces the complexity of the problem in two orders of magnitude, if I recall correctly from college. The theory of human-machine recognition relies mostly on the main difference between "human data processing" and "computer data processing" being abstraction v/s speed, so for as long visual is the medium they're using, the only way to favor abstraction over speed is to add complexity. Tons of it.
It's a lose-lose-lose-lose-win situation: disabled people lose by design, normal prople lose by being annoyed to no end, advantaged people lose by being unnecessarily tested, content providers lose by distribution and (ugh) reputation, and connection providers win $ by extra traffic, as a captcha serves as a kind of "pay-per-view" access model and web searchers actually act in complicity by hiding the fact that the content is only conditionally accesible.
That kind of stuff can only evolve for the worse, as it was not too long ago in the past that "text images" were unreadable by bots, now they can deal with them with ease. As Petie said, OCR. Being used by everyone including Google. I've heard about sound captchas, too. But... it is harder to implement and filters out even more disabled people.
What I'd like to see would be semantic captcha (like, presenting a picture of a famous event and asking what year did it took place), but then everyone would complain it filters out "non-smart" people... and the cost to implement them at megalarge scale renders them inefficient.